projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1025e
)
Minor aesthetic fix of last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Jun 2017 17:55:58 +0000
(20:55 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 25 Jun 2017 17:55:58 +0000
(20:55 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 7649b16e97492e97db797b60bbe298388dcdc195..aa75fcaf77ce9dbbb7dc99487eca1ed779fd4442 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-20951,7
+20951,7
@@
should_produce_line_number (struct it *it)
property, disable line numbers for this row. For ZV, we need to
use a special algorithm that only supports empty overlays at that
point, because get-char-property always returns nil for ZV. */
- Lisp_Object val
= Qnil
;
+ Lisp_Object val;
if (IT_CHARPOS (*it) >= ZV)
val = disable_line_numbers_overlay_at_eob ();
else